home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP Heft 2.iso / data / FP_2000 / PFILES / COMMON / MSSHARED / THEMES / FACTORY / FACTORY.ELM / graph1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-01  |  2.2 KB  |  108 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(facbanna.gif);
  4.     separator-image: url(fachsepa.gif);
  5.     list-image-1: url(facbul1a.gif);
  6.     list-image-2: url(facbul2a.gif);
  7.     list-image-3: url(facbul3a.gif);
  8.  
  9.  
  10.     navbutton-horiz-normal: url(facnvhna.gif);
  11.     navbutton-horiz-hovered: url(facnvhha.gif);
  12.     navbutton-horiz-pushed: url(facnvhsa.gif);
  13.  
  14.     navbutton-vert-normal: url(facnvvna.gif);
  15.     navbutton-vert-pushed: url(facnvvsa.gif);
  16.     navbutton-vert-hovered: url(facnvvha.gif);
  17.  
  18.     navbutton-home-normal: url(fachomna.gif);
  19.     navbutton-home-hovered: url(fachomha.gif);
  20.     navbutton-home-pushed: url(fachomsa.gif);
  21.  
  22.     navbutton-next-normal: url(facnexna.gif);
  23.     navbutton-next-hovered: url(facnexha.gif);
  24.     navbutton-next-pushed: url(facnexsa.gif);
  25.  
  26.     navbutton-prev-normal: url(facprena.gif);
  27.     navbutton-prev-hovered: url(facpreha.gif);
  28.     navbutton-prev-pushed: url(facpresa.gif);
  29.  
  30.     navbutton-up-normal: url(facupbna.gif);
  31.     navbutton-up-hovered: url(facupbha.gif);
  32.     navbutton-up-pushed: url(facupbsa.gif);
  33.  
  34. }
  35.  
  36. .mstheme-bannertxt
  37. {
  38.     font-family: "Trebuchet MS", Arial, Helvetica;
  39.     color: rgb(255,255,204);
  40.     text-align: center;
  41.     vertical-align: middle;
  42. }
  43. .mstheme-horiz-navtxt
  44. {
  45.     font-family: "Trebuchet MS", Arial, Helvetica;
  46.     font-weight: bold;
  47.     color: rgb(255,255,204);
  48.     text-align: center;
  49.     vertical-align: middle;
  50. }
  51.  
  52. .mstheme-vert-navtxt
  53. {
  54.     font-family: "Trebuchet MS", Arial, Helvetica;
  55.     font-weight: bold;
  56.     color: rgb(255,255,204);
  57.     text-align: center;
  58.     vertical-align: middle;
  59. }
  60.  
  61. .mstheme-navtxthome
  62. {
  63.     font-family: "Trebuchet MS", Arial, Helvetica;
  64.  
  65.     color: rgb(51,0,102);
  66.     text-align: right;
  67.     vertical-align: middle;
  68. }
  69.  
  70. .mstheme-navtxtnext
  71. {
  72.     font-family: "Trebuchet MS", Arial, Helvetica;
  73.  
  74.     color: rgb(51,0,102);
  75.     text-align: right;
  76.     vertical-align: middle;
  77. }
  78.  
  79. .mstheme-navtxtprev
  80. {
  81.     font-family: "Trebuchet MS", Arial, Helvetica;
  82.  
  83.     color: rgb(51,0,102);
  84.     text-align: right;
  85.     vertical-align: middle;
  86. }
  87.  
  88. .mstheme-navtxtup
  89. {
  90.     font-family: "Trebuchet MS", Arial, Helvetica;
  91.  
  92.     color: rgb(51,0,102);
  93.     text-align: right;
  94.     vertical-align: middle;
  95. }
  96. UL
  97.     list-style-image: url(facbul1a.gif);
  98. }
  99. UL UL
  100. {
  101.     list-style-image: url(facbul2a.gif);
  102. }
  103. UL UL UL
  104. {
  105.     list-style-image: url(facbul3a.gif);
  106. }
  107.